home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / flight-of-the-museum.swf / scripts / com / google / analytics / debug / GIFRequestAlert.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  234 b   |  13 lines

  1. package com.google.analytics.debug
  2. {
  3.    public class GIFRequestAlert extends Alert
  4.    {
  5.        
  6.       
  7.       public function GIFRequestAlert(text:String, actions:Array)
  8.       {
  9.          super(text,actions);
  10.       }
  11.    }
  12. }
  13.